Vcenter NamespaceManagement Software Supervisors Upgrades Summary

Vcenter NamespaceManagement Software Supervisors Upgrades Summary
Vcenter NamespaceManagement Software Supervisors Upgrades Summary

The Vcenter NamespaceManagement Software Supervisors Upgrades Summary schema contains basic information about the Supervisor upgrade related information.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "supervisor": "string",
    "current_version": "string",
    "available_versions": [
        "string"
    ],
    "last_upgraded_date": "string",
    "desired_version": "string",
    "state": "string"
}
string
supervisor
Required

The immutable identifier of the Supervisor generated during enablement.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.

string
current_version
Required

Current version of the Supervisor.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: SupervisorVersion. When operations return a value of this schema as a response, the property will be an identifier for the resource type: SupervisorVersion.

array of string
available_versions
Required

Set of versions available for upgrade.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: SupervisorVersion. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: SupervisorVersion.

string As date-time As date-time
last_upgraded_date
Optional

Date of the last successful upgrade.

This property was added in vSphere API 9.1.0.0.

If missing or null, the Supervisor has not yet been upgraded.

string
desired_version
Optional

Desired version the Supervisor will be upgraded to.

This property was added in vSphere API 9.1.0.0.

If missing or null, the Supervisor upgrade is not in progress.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: SupervisorVersion. When operations return a value of this schema as a response, the property will be an identifier for the resource type: SupervisorVersion.

string
state
Required

Current state of the upgrade.

For more information see: Vcenter NamespaceManagement Software Supervisors Upgrades State.

This property was added in vSphere API 9.1.0.0.